| lcWndGetEntity | Home |
|
HANDLE lcWndGetEntity ( int iEnt ); |
| iEnt | |
| Zero-based index in the array of found objects. | |
| Handle to the graphic object. If there is no object, the function returns NULL. |
| After you finish to retrieve all entities, call this function one more time with parameter iEnt = -1, in order to free inner memory used to store selected entities. |
|
Code sample 1 Code sample 2 |